home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1918 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.bridge.net!news
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q] possible == Borland + STL; // but how ?
  5. Date: 14 Jan 1996 05:09:14 GMT
  6. Organization: self-employed
  7. Message-ID: <4da35q$6v3@news.bridge.net>
  8. References: <4cm64c$goq@news1.usa.pipeline.com>
  9. NNTP-Posting-Host: ppp-mia2-95.bridge.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. >> I've read several posts indicating that the Borland compiler
  17. >> was used to develop the STL, so I believe it.
  18.  
  19. The Borland compiler was used by the STL's designers at HP
  20. to build a working prototype, which they then distributed free
  21. and unsupported. It is not "the STL" because some features
  22. had to be omitted or scaled back. I don't know whether there
  23. exists a compiler today which can support the full specification,
  24. but until the C++ standard is released, that full specification
  25. is itself not quite clear.
  26.  
  27. Mark Nelson's book is very lucid on the STL both inside and
  28. out, and is a surprisingly quick read if you have programmed already
  29. with templates.
  30.  
  31.      David
  32.  
  33.  
  34.